x86_32: Fix the build.
authorKeir Fraser <keir.fraser@citrix.com>
Sat, 9 Jan 2010 08:14:44 +0000 (08:14 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Sat, 9 Jan 2010 08:14:44 +0000 (08:14 +0000)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
xen/arch/x86/mm/hap/p2m-ept.c

index ffc0dc56f1bf21871d1984150282409eede93b16..ba6e2ee0a91365c36e217cc2c984aab73113ffd5 100644 (file)
@@ -534,7 +534,7 @@ void ept_walk_table(struct domain *d, unsigned long gfn)
 
             next = map_domain_page(ept_entry->mfn);
 
-            unmap_domain_page(*table);
+            unmap_domain_page(table);
 
             table = next;
         }